翻訳と辞書
Words near each other
・ Strider (novel)
・ Strider 2
・ Strider Academy
・ Strider Farm
・ Strider Hiryu
・ Strider II
・ Strider Knives
・ Strider Rock
・ Strider SMF
・ Strict liability
・ Strict liability (criminal)
・ Strict logic
・ Strict Machine
・ Strict nature reserve
・ Strict nature reserves of Finland
Strict programming language
・ Strict scrutiny
・ Strict snake eel
・ Strict Tempo!
・ Strict-feedback form
・ Strictamine
・ Stricteripus
・ Strictfp
・ Strictinin
・ Strictispira coltrorum
・ Strictispira drangai
・ Strictispira ericana
・ Strictispira paxillus
・ Strictispira redferni
・ Strictispira solida


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Strict programming language : ウィキペディア英語版
Strict programming language

A strict programming language is one in which only strict functions (functions whose parameters must be evaluated completely before they may be called) may be defined by the user. A non-strict programming language allows the user to define non-strict functions, and hence may allow lazy evaluation.
== Examples ==
Nearly all programming languages in common use today are strict. Examples include C#, Java (prior to Java 8), Perl (through version 5), Python, Ruby, Common Lisp, and ML. Examples for non-strict languages are Haskell, Miranda, and Clean.
Languages whose ordinary functions are strict but which provide a macro system to build non-strict functions include C, C++, and Scheme.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Strict programming language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.